home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / total / setup.exe / {app} / Tun.exe / 0 / RCDATA / TDLGINPUTTEXT / TDLGINPUTTEXT.txt
Text File  |  2003-08-06  |  987b  |  55 lines

  1. object dlgInputText: TdlgInputText
  2.   Left = 306
  3.   Top = 270
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 92
  7.   ClientWidth = 305
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblLabel: TLabel
  19.     Left = 8
  20.     Top = 12
  21.     Width = 25
  22.     Height = 13
  23.     Caption = 'Label'
  24.   end
  25.   object edText: TEdit
  26.     Left = 8
  27.     Top = 28
  28.     Width = 289
  29.     Height = 21
  30.     TabOrder = 0
  31.     OnChange = edTextChange
  32.   end
  33.   object btnOk: TButton
  34.     Left = 140
  35.     Top = 60
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&Ok'
  39.     Default = True
  40.     Enabled = False
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object btnCancel: TButton
  45.     Left = 224
  46.     Top = 60
  47.     Width = 75
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = '&Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54. end
  55.